Initializes a new instance of the 
ImGearARTHollowPolygon class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal () As ImGearPoint, _
   ByVal  As ImGearRGBQuad, _
   ByVal  As Integer, _
   ByVal  As Boolean _
)
             
        
            
            'Usage
 
Dim points() As ImGearPoint
Dim borderColor As ImGearRGBQuad
Dim borderWidth As Integer
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTHollowPolygon(points, borderColor, borderWidth, isHighlighted)
             
        
            
            public ImGearARTHollowPolygon( 
   ImGearPoint[] ,
   ImGearRGBQuad ,
   int ,
   bool 
)
             
        
            
            public: ImGearARTHollowPolygon( 
   ImGearPoint[]* ,
   ImGearRGBQuad ,
   int ,
   bool 
)
             
        
            
            public:
ImGearARTHollowPolygon( 
   array<ImGearPoint>^ ,
   ImGearRGBQuad ,
   int ,
   bool 
)
             
        
             
        
            Parameters
- points
- Mark's rectangle.
- borderColor
- Border color of the mark.
- borderWidth
- Width of the mark's border.
- isHighlighted
- Specifies whether the mark is highlighted or not.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also